This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Possible CPU utilization stats solution ~Anita Asafreezenoopsi 12.Jan.04 01:30 PM a Web browser Domino Administrator All ReleasesWindows 2003
Alright, some more clues.
I have one 5.0.11 server on which I can see CPU utilization and another on which I can't.
The first server also responds to SH STAT PLATFORM with a list of platform statistics. The other one responds with "PLATFORM not found in stat table"
That suggests to me it's definitely related to enabling platform statistics. (The machine that works is on NT, the one that doesn't is on 2000, but that doesn't seem a likely cause.)
There is the following Notes.ini variable
PLATFORM_STATISTICS_DISABLED=1
but I'm guessing that's not set on your system.
So you (and I) need to look at why platform stats aren't running.
Domino Admin help has the following (not very helpful) comment:
"Platform statistics take a few minutes to initialize upon Domino server startup. If you issue a Show Stat Platform command before initialization, you get the following message:
Platform not in statistics table
Wait a few minutes and then issue the Show Stat Platform command again."
[...several minutes of investigation later]
OK, looks like there's also a NOTES.INI variable
PLATFORM_STATISTICS_ENABLED=1
(God only knows what happens if you have both of these set.)
PLATFORM_STATISTICS_ENABLED=1 is present on my functioning servers and not on my non-reporting servers. So that might do the trick. I'll try it and report back.